home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Le Casse Dents.swf / scripts / frame_13 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  343 b   |  17 lines

  1. if(5 < Number(carries))
  2. {
  3.    if(topBonus)
  4.    {
  5.       bonus.removeMovieClip();
  6.    }
  7.    if(topFluorman != 0)
  8.    {
  9.       Fluorman.removeMovieClip();
  10.    }
  11.    gotoAndPlay(90);
  12. }
  13. setProperty("/carrie", _X, getProperty("/lance_carries", _X));
  14. ballx = getProperty("/lance_carries", _X);
  15. bally = 400;
  16. setProperty("/carrie", _Y, bally);
  17.